home *** CD-ROM | disk | FTP | other *** search
/ Airline Maintenance & Engineering / Unisys Airline Maintenance & Engineering.iso / solution.dxr / 00154.ls < prev    next >
Encoding:
Text File  |  1997-04-14  |  242 b   |  10 lines

  1. on exitFrame
  2.   roll_check(18, 19, 2)
  3.   if the movieTime of sprite 9 >= the duration of cast the number of member "paper_15" then
  4.     set the video of member "paper_15" to 0
  5.     updateStage()
  6.     go(the frame + 1)
  7.   end if
  8.   go(the frame)
  9. end
  10.